General Arcade

General Arcade is a small, engineering-focused studio whose entire catalog currently centers on the SDL2 Gamepad Tool, a lightweight Windows utility that streamlines controller configuration for any application built with the SDL2 Game Controller API. Rather than asking players to wrestle with text files or command-line entries, the program presents a clear graphical interface where buttons and axes can be visually assigned, dead-zones adjusted, and community-tested mapping strings exported for immediate use. Indie developers leverage it during QA to guarantee that low-level joystick events are interpreted identically across Linux, macOS, and Windows builds, while modders and retro-gaming enthusiasts rely on the same mappings to bring vintage USB pads, 8BitDo controllers, or arcade sticks into titles purchased outside of Steam. Because the tool writes standard SDL2 gamecontrollerdb records, the resulting profiles plug directly into popular open-source engines such as Godot, FNA, and MonoGame without further tweaking, making it equally valuable for student game-jam projects and commercial releases destined for itch.io or GOG. General Arcade’s solitary product therefore occupies a narrow but essential niche: eliminating the friction between heterogeneous hardware and cross-platform software so that end-users can simply plug in and play. The SDL2 Gamepad Tool is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources like winget, always install the newest build, and can be queued alongside other applications for unattended batch setup.

SDL2 Gamepad Tool

A simple GUI tool to create/modify gamepad mappings for games that use the SDL2 Game Controller API. Created to be an alternative to Steam Big Picture's gamepad configurator.

Details